
 
 F u n c t i o n :   b i n d O b j e c t s ( o b j e c t 1 ,   o b j e c t 2 ) 
 
 
 
 D e s c r i p t i o n :   B i n d s   t w o   o b j e c t s   t o g e t h e r   s o   t h a t   e a c h   o b j e c t   c a n   d i r e c t l y   r e f e r e n c e   t h e   o t h e r . 
 
 
 
 R e t u r n s :   T h e   u n m o d i f i e d   o b j e c t   p a s s e d   t h r o u g h   a s   t h e   f i r s t   p a r a m e t e r . 
 
 
 
 N o t e :   A n y   t y p e   o f   o b j e c t   i s   s u p p o r t e d . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   B i n d   t w o   o b j e c t s   t o g e t h e r . 
 
 $ A . b i n d O b j e c t s ( d o m E l e m e n t 1 ,   d o m E l e m e n t 2 ) ; 
 
 